home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / hips / sources / 3d-tools / 3dmasks / mask3_3 < prev    next >
Encoding:
Text File  |  1991-03-01  |  318 b   |  39 lines

  1. "Sobel (3x3x3 -- 3sets -- x -45*2)    max_abs"
  2. 3 3 1
  3. 3
  4. -1    0    1    -1 
  5.     0    2    -2
  6.     0    1    -1  
  7.  
  8. 0    0    2    -2
  9.     0    4    -4
  10.     0    2    -2
  11.  
  12. 1    0    1    -1 
  13.     0    2    -2
  14.     0    1    -1  
  15. 3
  16. -1    0     0     1
  17.     0     2    -1
  18.     1    -1    -2
  19.  
  20. 0    0     0     2
  21.     0     4    -2
  22.     2    -4    -2
  23.  
  24. 1    0     0     1
  25.     0     2    -1
  26.     1    -1    -2
  27. 3
  28. -1    0    0    0
  29.     1    2    1 
  30.     -1    -2    -1  
  31.  
  32. 0    0    0    0
  33.     2    4    2
  34.     -2    -4    -2
  35.  
  36. 1     0     0     0
  37.      1     2      1 
  38.     -1    -2    -1  
  39.